Skip to main content

Blood Pressure

This message contains calculated blood pressure for the current session. Blood pressure is calculated and this message is sent from the backend to the fronted once per session, after certain amount of images are sent to the backend (for example, 1500).

Example:

{
"messageType": "BLOOD_PRESSURE",
"data": {
"systolic": 119,
"diastolic": 71
}
}
FieldTypeDescription
systolicintegerSystolic blood pressure; if -1, the value can't be calculated
diastolicintegerDiastolic blood pressure; if -1, the value can't be calculated